home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / labeldisk.man < prev    next >
Text File  |  1991-10-04  |  5KB  |  135 lines

  1.  
  2.  
  3.  
  4. LABELDISK                 User Commands                 LABELDISK
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      labeldisk - read and write a disk's label
  12.  
  13. SSYYNNOOPPSSIISS
  14.      llaabbeellddiisskk [--ffrroomm ffrroommDDeevviiccee] [--ww] [--qq] [--ssuunn] [--ddeecc]  [--nneeww]
  15.                _d_e_v_i_c_e
  16.  
  17. OOPPTTIIOONNSS
  18.      --ffrroomm ffrroommDDeevviiccee
  19.           Read the label from this device.
  20.  
  21.      --ww   Write a new label.
  22.  
  23.      --qq   Write a new label quickly, without prompting for parti-
  24.           tion information.
  25.  
  26.      --ssuunn Write out a Sun label.  The default is to  write  what-
  27.           ever type of label was read.
  28.  
  29.      --ddeecc Write out a Dec label.
  30.  
  31.      --nneeww Ignore any old label.
  32.  
  33.      _d_e_v_i_c_e
  34.           The device file with the disk label.  Without --ffrroomm  it
  35.           is  the  device that the label is read from and written
  36.           to, otherwise it is the device that is written to.
  37.  
  38. _________________________________________________________________
  39.  
  40.  
  41. DDEESSCCRRIIPPTTIIOONN
  42.      This reads the disk label and verifies its checksum.  If the
  43.      --ffrroomm  ffrroommDDeevviiccee  option  is present then the disk label is
  44.      read from the ffrroommDDeevviiccee, and the  ddeevviiccee  argument  becomes
  45.      the device to which the label is written to.
  46.  
  47.      If the --ww option is present labeldisk interactively  prompts
  48.      for partition information.  After this the user is presented
  49.      with the new label and given the opportunity to  commit  the
  50.      change  or  abort  it.  The user is also given the chance to
  51.      write the label to all of the valid partitions found on  the
  52.      device.   ``valid''  means that the partition has a positive
  53.      number of cylinders associated with it, and that a file sys-
  54.      tem  exists on the partition.  If a partition on the disk is
  55.      not ``valid'', then it is skipped.  An attempt  is  made  to
  56.      write  the label to the raw disk in the improbable case that
  57.      no valid partition starts on cylinder 0.  If  labeldisk  was
  58.      not  able  to write the label to the raw disk or to a parti-
  59.      tion that begins at cylinder 0, then a warning is issued  to
  60.      that effect.
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0        Printed:  October 3, 1991                   1
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. LABELDISK                 User Commands                 LABELDISK
  73.  
  74.  
  75.  
  76.      The --qq option turns off the prompting for partition informa-
  77.      tion only.  This is useful for copying a label from one par-
  78.      tition on one device to other partitions on the same or dif-
  79.      ferent  device  if the user knows that the label on the from
  80.      device  has  the  correct  information.   Overrides  the  --ww
  81.      option.
  82.  
  83.      The --ddeecc option converts the label being written  to  a  dec
  84.      label.
  85.  
  86.      The --ssuunn option converts the label being written  to  a  dec
  87.      label.
  88.  
  89.      The --nneeww option ignores any label read, and  creates  a  new
  90.      one  instead.   If  either  the  --ddeecc  or the --ssuunn option is
  91.      specified then the new label created  is  of  the  specified
  92.      type.
  93.  
  94.      Each disk is divided into 8 partitions,  named  ``ai''  thru
  95.      ``gi''.    Each  partition  is  specified  with  a  starting
  96.      cylinder number and the number  of  cylinders  it  contains.
  97.      Unused  partitions  are  indicated with a zero size.  Parti-
  98.      tions can overlap, but overlapping partitions  should  never
  99.      be used simultaneously!  Traditionally partition ``ai'' is a
  100.      small partition suitable for the root or a small /tmp.  Par-
  101.      tition  ``bi''  is  a  slightly larger system suitable for a
  102.      single machine's swap directory.  Partition ``ci'' is a sin-
  103.      gle  large  partition that specifies the whole disk.  Parti-
  104.      tions ``di'' and ``ei'' are often used as  large  partitions
  105.      beyond  ``ai''  and ``bi''.  Partition ``gi'' is usually set
  106.      up as all the space after  ``ai''  and  ``bi''.   Partitions
  107.      ``fi'' and ``hi'' usually aren't used, but they can be.
  108.  
  109.      Partitions are useful to quarantine different sets of  users
  110.      from  one another, although they are a pain to change once a
  111.      filesystem has been created on them.  Changing them requires
  112.      recreating any affected filesystems.
  113.  
  114. KKEEYYWWOORRDDSS
  115.      disk, label
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sprite v.1.0        Printed:  October 3, 1991                   2
  132.  
  133.  
  134.  
  135.